Selerix Developer Tools
FormatDate(Nullable<DateTime>) Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class > FormatDate Method : FormatDate(Nullable<DateTime>) Method
Returns a formatted date string
Syntax
'Declaration
 
Public Overloads Shared Function FormatDate( _
   ByVal d As Nullable(Of Date) _
) As String
'Usage
 
Dim d As Nullable(Of Date)
Dim value As String
 
value = Utils.FormatDate(d)
public static string FormatDate( 
   Nullable<DateTime> d
)
public function FormatDate( 
    d: Nullable
): String; static; 
public static function FormatDate( 
   d : Nullable
) : String;
public: static string* FormatDate( 
   Nullable<DateTime> d
) 
public:
static String^ FormatDate( 
   Nullable<DateTime> d
) 

Parameters

d
See Also

Reference

Utils Class
Utils Members
Overload List